read uncommitted meaning in English
操作未提交
读未提交
未提交读
Examples
- Read uncommitted ? permits dirty reads but not lost updates
未授权读取允许脏读取,但不允许更新丢失。 - Read committed read uncommitted
读取提交的结果 - When this option is set , it is possible to read uncommitted modifications , which are called dirty reads
设置此选项之后,可以读取未提交的修改,这种读取称为脏读。 - The lowest isolation level , read uncommitted , can retrieve data that has been modified but not committed by other transactions
最低隔离级别(未提交读)可能检索到其他事务已修改但未提交的数据。 - The lowest isolation level , read uncommitted , may retrieve data that has been modified but not committed by other transactions
最低隔离级别(未提交读)可以检索其他事务已经修改、但未提交的数据。